Welcome![Sign In][Sign Up]
Location:
Search - visual list

Search list

[OtherVisual Basic 6.0应用编程150例.RAR

Description: Visual Basic 6.0应用编程150例 《Visual Basic 6.0应用编程150例》中的《Example095-媒体文件浏览器 》和《Example096-列表播放媒体文件》在运行过程中需要Windows Media Player 9.0的支持,请读者自行安装.-Visual Basic 6.0 application programming 150 cases "Visual Basic 6. 0 Application Programming 150 cases "of" Example095-media document browser "and" Exampl e096-list broadcast media "in the course of operation need Windows Media Player 9.0 support, please readers installed.
Platform: | Size: 4303498 | Author: 罗用 | Hits:

[Communicationaddress-list

Description: Visual C++课程设计案例精编一书自带例子程序:通讯录-Visual C cases precision curriculum design a book series, bringing their examples : Contacts
Platform: | Size: 56676 | Author: 王海涛 | Hits:

[MultiLanguagelist

Description: 在Visual Basic环境下实现的订管理系统,适用于企业工厂,愿成为他们的助手
Platform: | Size: 251945 | Author: QN | Hits:

[VC/MFCC++ Tutorial, in Beginning Visual C++ 6

Description: Welcome to the Wrox Press C++ tutorial "I hope you'll enjoy reading this tutorial with your portable, your work, or your home PC. It's a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutorial is adapted from my book Beginning Visual C++ 6.0, to provide you with a thorough grounding in 'pure' C++. I've been careful to address the new standards in C++ laid out by the ANSI and ISO committees and I encourage you to adopt these conventions so that your programs are maintainable for years to come. There's plenty of code in this tutorial, which you can cut and paste from the help viewer and is also available for download from the Wrox Press web site. We've tested this code extensively, but if you do encounter a problem, try visiting the web site, which will list any errata that may have been spotted since publication of this document. Also, remember that your suggestions for improving the text are very welcome - use the web site to give us your feedback. We try to keep all Wrox tutorials error free and appreciate your help in sustaining our high standards." Ivor Horton
Platform: | Size: 1203033 | Author: fridayya | Hits:

[GUI DevelopBtnList_demo

Description: 按钮列表。列表内的项是按钮-button list
Platform: | Size: 110592 | Author: 站长 | Hits:

[SourceCodedynsarray

Description: 本代码提供对动态数组的支持,在内存中程序将数据分块存放,避免了大块内存的申请。同时,与普通的双向链表不同,本代码提供了对内部数据的快速索引,大大提高了数据访问速度-The code provides for dynamic array support program in memory data block storage, to avoid the large memory applications. At the same time, with ordinary two-way different list, the source of internal data to provide rapid indexing, greatly improving the speed of data access
Platform: | Size: 7168 | Author: 温馨 | Hits:

[ListView/ListBoxColorListBox_Sample

Description: 自绘列表框,能在ListView中显示彩色的内容-Since the draw list box in the ListView to display the contents of color
Platform: | Size: 17408 | Author: 严国辉 | Hits:

[ListView/ListBoxCGfxListView

Description: 增强的列表控件,其特点如下: 整行的高亮显示 自动列排序 支持背景图片和混合高亮选择 支持水平和垂直表格 可拖动的列 用格式对话框定制列的格式 使用列管理器管理列 支持分类视图-enhanced control list, as follows : The whole show highlighted automatic sorting out support background images and mixed highlighter choose to support horizontal and vertical forms can be included with the drive Custom format dialog box shown in the format used for the management out in favor of classification management View
Platform: | Size: 330752 | Author: 李杰 | Hits:

[Windows DevelopCFTime

Description: 本程序功能: 1、修改文件或目录的产生、修改时间,及各种属性; 2、能够自动判断本程序是否重载,并给出提示; 3、增加了隐藏到系统托盘的功能,并修改了关闭功能; 4、实现对话框的动画弹出和消隐,增强程序的美观性 5、增加了系统热键功能,窗口隐藏时Ctrl+Alt+X可以呼出; 6、置窗体为最顶层显示,并去掉了任务栏的窗体 7、新增了鼠标在主窗口上移动时,显示手形光标功能。-this program functions : a revised list of documents or create, modify, and attributes; 2, can automatically judge whether the procedure heavy, and gives prompts; 3, a system tray to hide the functions and revised the closing function; Four realize right then pop-up frames of animation and hidden, to enhance the beauty of procedure 5, a system hotkey function, the window hidden when Ctrl Alt X can exhale; 6, home to the most top-level windows, and removed the task bar of Form 7, a mouse in the new window on the main mobile, hand-shaped display the cursor function.
Platform: | Size: 631808 | Author: 就不填 | Hits:

[Embeded-SCM DevelopDOODADS

Description: The project demonstrates many Windows common controls, including the extensive use of image lists. The project was used in the book "The Revolutionary Guide To MFC 4 Programming With Visual C++", published by Wrox Press.
Platform: | Size: 76800 | Author: 刘元琦 | Hits:

[Data structs操作系统进程内存管理模拟

Description: 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度方式解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.此程序不足之处:不能响应键盘事件,没有程序的等待状态,由于LIST控件的先天不足进程列表看上去有点闪烁。当然程序的等待状态可以随机产生但由于没有太多时间专注于此,只好等以后再完善了。希望大家指出不足之处!-the function of this procedure to the procedures set out in the help menu a difficult process : the creation of Windows xp which button style solution : use labeling controls and controls together form the shape of this pattern shortcomings of this approach : no TAB labeling the incident, so we can not use the keyboard to control the button. This solution shortcomings : the interception of the keyboard, in response to the incident TAB (limited time, which did not materialize) procedures difficult 2 : real-time and time-sharing applications mixed solution : Purchase a TIMER FOR cycle, we judge and respond to real-time process, and when the home of another cycle in TIMER, no real-time when the implementation of time-sharing process. Difficulties three procedures : paging memory management so
Platform: | Size: 25600 | Author: 李华 | Hits:

[ADO-ODBCExcel编程

Description: 采用ODBC技术,利用VC++对XLS文件的结构和记录内容进行了读取,并按一定的格式显示在窗口程序的列表控件内-using ODBC technology, VC right XLS documents on the structure and content of the record to read, with a certain format in the list window control procedures within
Platform: | Size: 41984 | Author: 周孝良 | Hits:

[Button controllist很有用

Description: 这是一个质量特别特别高的软件,支持list控件的编辑,改变颜色,鼠标捕捉,截获消息,里面嵌入了进度条等。为了中国的软件事业,好东西拿出来改大家,希望改变我们的程序员的小气心理。-This is a particularly high especially in the quality of software, supports the editorial control list, change in color, mouse capture, intercepted information embedded inside of the other progress. To China's software industry, to show the good things we changed, we hope to change the programmer's stingy psychological.
Platform: | Size: 2154496 | Author: tw | Hits:

[OtherVisual Basic 6.0应用编程150例.RAR

Description: Visual Basic 6.0应用编程150例 《Visual Basic 6.0应用编程150例》中的《Example095-媒体文件浏览器 》和《Example096-列表播放媒体文件》在运行过程中需要Windows Media Player 9.0的支持,请读者自行安装.-Visual Basic 6.0 application programming 150 cases "Visual Basic 6. 0 Application Programming 150 cases "of" Example095-media document browser "and" Exampl e096-list broadcast media "in the course of operation need Windows Media Player 9.0 support, please readers installed.
Platform: | Size: 4302848 | Author: 罗用 | Hits:

[Communicationaddress-list

Description: Visual C++课程设计案例精编一书自带例子程序:通讯录-Visual C cases precision curriculum design a book series, bringing their examples : Contacts
Platform: | Size: 64512 | Author: 王海涛 | Hits:

[MultiLanguagelist

Description: 在Visual Basic环境下实现的订管理系统,适用于企业工厂,愿成为他们的助手-In the Visual Basic environment to achieve the set management system, applicable to enterprises factory, is willing to become their assistants
Platform: | Size: 251904 | Author: QN | Hits:

[MiddleWareVB-list

Description: VB中利用list框时,会需要分别以不同颜色来区别不同的列表项目,以下是程序源码-VB to use list box, it will need to separate different colors to differentiate different list item, the following is the procedure source
Platform: | Size: 1024 | Author: 林风 | Hits:

[ListView/ListBoxMFC_Advanced_ListView

Description: 一个基于MFC的增强的列表框控件,功能、UI设计比系统默认的列表控件强很多。-MFC based on the enhanced list box control, feature, UI design than the system default list of controls a lot stronger.
Platform: | Size: 582656 | Author: 乔曼 | Hits:

[Data structsDoubly Linked List

Description: doubly linked list c data structure
Platform: | Size: 1024 | Author: Minji | Hits:

[Windows DevelopC#创建对象列表(List)的不同方法

Description: 玩转C#可有趣了。在这篇文章中,我们将介绍如何用不同的方法创建对象列表。因此,场景是这样的,有一个MVC应用程序,我需要将5个空行(5个对象列表)绑定到grid表格,以便批量插入记录。所以无论何时我打开那个页面,grid在可编辑模式下呈现5个空行。(Fun C # can be fun. In this article, we show you how to create a list of objects in different ways. So, the scene is this, with an MVC application, I need to bind 5 blank lines (5 object lists) to a grid table for bulk insertion of records. So whenever I open that page, the grid presents 5 blank lines in editable mode.)
Platform: | Size: 11264 | Author: 乐懿 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net